byte data

英 [baɪt ˈdeɪtə] 美 [baɪt ˈdeɪtə]

网络  字节数据

计算机



双语例句

  1. The part of a two-part memory address that remains constant and provides a reference point from which the location of a byte of data can be calculated.
    保持恒定的两部分内存地址的一部分并提供一个基准点,从这里可以计算一个字节数据的位置。
  2. I then extract the initialization vector ( IV) into a byte array, block encrypt the clear data, and prefix the IV bytes to the encrypted data bytes.
    随后我将初始向量(IV)抽取到字节数组,对明文数据进行块加密,并将IV字节置于加密的数据字节之前。
  3. It first explains key concepts, such as character and byte semantics with respect to string data.
    首先解释一些关键概念,比如字符和字符串数据的字节语义。
  4. Storage media has an inverse relationship between cost and speed-the faster the access to the data on the media, the more expensive the cost per byte of data stored.
    存储媒介与成本和速度成反比&媒介上的数据访问的越快,每字节存储数据的成本就越高。
  5. Character vs byte semantics of string data
    字符与字符串数据的字节语义之间的对比
  6. If a single byte gets lost, all data from that point forward is corrupted.
    如果损失了一个字节,此后的数据就全部无法用了。
  7. Blobspace: A blobspace is a logical storage unit composed of one or more chunks that store only TEXT and BYTE data.
    blobspace:blobspace是一个逻辑存储单元,它由一个或更多的区块组成,其中只存储TEXT和BYTE数据。
  8. Public int addRecord ( byte [] data, int offset, int numBytes) inserts a record represented by an array of bytes data with offset as its starting index and numBytes as its length.
    publicintaddRecord(byte[]data,intoffset,intnumBytes)插入一条由字节数组data代表的记录,这个数组以offset作为它的起始索引,numBytes作为它的长度。
  9. Blobspaces are used to store text and byte data.
    blobspace用来存储文本和字节数据。
  10. The reason a Java Compute node has been used at this point in the flow is because this code needs to be able to interpret individual bits of a single byte of data.
    在消息流中的这个位置使用JavaCompute节点的原因是因为该节点能够解释数据字节的每个位。
  11. I chose byte [] ( a byte array) as the data type here as this is independent of any specific character encoding.
    我在此处选择byte[](字节数组)作为数据类型是因为它独立于任何具体的字符编码。
  12. The TCP/ IP protocol is a fast networking option for low bandwidth applications, and is ideal for small devices or for cases where a cost is associated with every byte of data transferred.
    TCP/IP协议是一个用于低带宽应用程序的快速联网选项,适合用于小型设备或成本与所传输的数据字节有关的传输场景。
  13. You can use the transferTo() method to transfer bytes directly from the channel on which it is invoked to another writable byte channel, without requiring data to flow through the application.
    可以使用transferTo()方法直接将字节从它被调用的通道上传输到另外一个可写字节通道上,数据无需流经应用程序。
  14. The byte order of the STABs binary data depends on the object file format.
    STAB二进制数据的字节顺序取决于对象文件格式。
  15. The message set feature ( providing message modelling) of Message Broker cannot specify a length smaller than a byte for any individual item of data.
    MessageBroker的messageset特性(提供消息模型化)无法为数据的任何单个项指定小于一个字节的长度。
  16. The unsigned char data type, and byte data type will yield incorrect results and act as though they are signed types i.e.type char.
    无符号字符数据类型和二进制数据类型将产生错误的计算结果,会当成有符号的数据类型进行计算。
  17. Reads the next byte of data from this input stream.
    从这个输入流中读取下一个字节的数据。
  18. A 32 byte directory entry describing an allocated data set or volume.
    描述一个已分配数据集或文卷的一种32字节的目录项。
  19. A pointer to the first byte of new data is returned.
    此函数将返回一个指向新数据第一个字节的指针。
  20. We also need methods to convert data to byte stream and byte stream to data, some of these functions are also provided in the CIOCPBuffer class.
    l我们也需要字节流和数据相互转换的方法,在CIOCPBuffer类中提供了这些函数。
  21. After the stop bit is received, the device will acknowledge the received byte by bringing the Data line low and generating one last clock pulse.
    在收到停止位之后,设备将通过拉低数据线,生成最后一个时钟脉冲来应答收到的字节。
  22. Reads a byte of data.
    读入一个字节的数据。
  23. Design of a Circuit Synchronizing the Byte Clock with the Parallel Data in the Deserializer
    接收器中并行数据与字节时钟同步的电路设计
  24. Through one Visual Basic instance, this thesis introduces that how to realize data receiving and display of referee machine by software programming in detail, such as: receiving the volleyball referee machine's byte data;
    通过一个VISUALBASIC应用实例,详细介绍了在软件编程中如何实现裁判器数据接收和显示,具体有:接收排球裁判器的字节数据;
  25. The transmitted byte can be data or command.
    所传送的字节可以是数据,也可以是指令。
  26. Each bar screen can display 24 × 24 byte data.
    每一个条屏可显示24x24字节数据。
  27. Modeling and Analysis of Network Traffic Prediction Using Autoregression and Support Vector Machine Based on Byte Length in Data Packets
    基于数据包字节长度的线性自回归(Autoregression)和支持向量分类机(SVM)的网络流量预测建模与分析
  28. The article introduces the methodes of serial communication of byte data by using the communication controls presented in Visual Basic and Visual C++ by Microsoft.
    本文介绍了如何运用微软VisualBasic、VisualC++提供的串行通信控件进行字节数据通信的两种方法。
  29. The Methods of Communication of Byte Data by The Communication Controls
    使用通信控件实现字节通信方式